home *** CD-ROM | disk | FTP | other *** search
- #ifndef _BLOCKBSP_
- #define _BLOCKBSP_
-
- void Generate_BSP_Block();
- void Clear_BSP_Block();
- void Block_BSP_Is_Loaded();
- void Block_BSP_X_Start();
- void Block_BSP_Y_Start();
- void Block_BSP_Max_X();
- void Block_BSP_Max_Y();
- void Get_Best_Node(short block_x, short block_y);
-
- #endif